tools: use python on path Use the canonical syntax to specify the python executable to use. Avoids a fatal error if /usr/bin/python is a too old version (< 2.7). Change-Id: I3e8affb52be993d35c0dcf90774d962a59ef5635
diff --git a/contrib/git-push-review b/contrib/git-push-review index 898b023..e77785a 100755 --- a/contrib/git-push-review +++ b/contrib/git-push-review
@@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # Copyright (C) 2014 The Android Open Source Project # # Licensed under the Apache License, Version 2.0 (the "License");